home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 050a / list100.zip / LIST.DOC < prev    next >
Text File  |  1993-03-30  |  4KB  |  82 lines

  1. * LIST.exe version 1.00 documentation                   3-28-93 *
  2.  
  3.         "LIST" is, simply put, a replacement for the DOS "TYPE" command. 
  4. With "LIST" you can view multiple text files, have automatic screen paging, 
  5. and the ability to use the wildcard characters "*" and "?".
  6.  
  7.         "LIST" is very simple to use. Example:
  8.  
  9.    Let's say you have the three files: AUTOEXEC.BAT, 
  10.                                        AUTOEXEC.BAK,
  11.                                   and  AUTOEXEC.OLD..... 
  12.        .....and you would like to see what is in each of these by displaying
  13.    them on the monitor screen. If you were to use the "TYPE" command,
  14.    you would have to type:
  15.                   
  16.                   TYPE AUTOEXEC.BAT | MORE
  17.            *and*  TYPE AUTOEXEC.BAK | MORE
  18.            *and*  TYPE AUTOEXEC.OLD | MORE
  19.  
  20.    just to display these three files (the " | MORE" in each of the above
  21.    commands assumes that the files are larger than one screen full of text
  22.    and would scroll off the top of the computer screen without pausing after 
  23.    each 'page' or screen of text).
  24.  
  25.         The same files viewed with "LIST" would be:
  26.  
  27.                   LIST AUTOEXEC.*
  28.             *or*  LIST AUTOEXEC.???
  29.             *or*  LIST AUTOEXEC.BAT AUTOEXEC.BAK AUTOEXEC.OLD
  30.  
  31.         ....plus you would have automatic pausing after each full screen
  32.    of text (no need to use " | MORE"), and after each page of displayed text 
  33.    you have two options: 1) press the <return> key to continue displaying 
  34.    current file, or 2) press the <x> key to stop displaying the current file 
  35.    and begin displaying the next file (if there are no more files to 
  36.    display, the <x> key will exit the program and return you to the DOS
  37.    command line). As you can see above, "LIST" also accepts multiple files 
  38.    from the command line..... 
  39.    
  40.    =========================================================================
  41.  
  42.         This program is brought to you through the concept of shareware.
  43.    You are free to copy and distribute this program as long as you include 
  44.    all the files within the distribution .ZIP file (without modification 
  45.    of those files). I reserve all rights. 
  46.         This version of LIST is fully functional, not a crippled version
  47.    requiring you to register in order to receive a fully working copy.....
  48.    I do ask that if you find LIST useful, please contact me either              
  49.    through e-mail or US mail and give some general information about 
  50.    yourself (name, city, state, BBSs you call) and possibly $1 or $2 for
  51.    the program.....the money is not a requirement. Only send what you are
  52.    comfortable with, but please do contact me. All information will be 
  53.    kept confidential. By giving me this information, I can make sure 
  54.    any new versions or programs I create will be distributed to an area
  55.    near you (or to you if you give me an address).
  56.         Please also include any ideas for utilities or games you would 
  57.    like to see .....if there is enough of a request for a program I'll do
  58.    what I can to write it....
  59.  
  60.    I can be contacted at the following:
  61.  
  62.    US mail address:
  63.         Steve Krispli
  64.         7544 Market Street Apt#1-23
  65.         Youngstown, Ohio 44512
  66.  
  67.    Internet e-mail address:  00048323@ysub.ysu.edu
  68.                              SKrispli@delphi.com
  69.  
  70.    Delphi e-mail:          SKrispli
  71.    Genie e-mail:           S.Krispli
  72.  
  73.  
  74.    Support Boards:
  75.         Rusty and Eddie's BBS:  (216) 726-2620
  76.         Fred Martin's BBS:      (216) 783-9632  
  77.  
  78.    Please feel free to contact me for any questions or comments.....
  79.          
  80.  
  81.  
  82.